home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_util / fd2ftp81.zip / FD2FTP.CFG next >
Text File  |  1996-04-07  |  4KB  |  100 lines

  1. ;    ╒══════════════════════════════════════════════════════════════════╕
  2. ;    │░░░ FD2FTP Configuration File      Written By: Khile T. Klock ░░░│
  3. ;    ╘══════════════════════════════════════════════════════════════════╛
  4. ;
  5. SYSOP Khile Klock             ;Sysop Name
  6.  
  7. ADDRESS 1:357/1.0             ;This is YOUR VALID and PRIMARY node address
  8.                               ;Should be a 4D Address
  9.  
  10. LOGFILE I:\FD\FD2FTP.LOG      ;Where to output info on activity.
  11.  
  12. NETDIR C:\FD\MAIL-OUT         ;Outbound (NET)Mail (*.MSG) is Stored here...
  13.  
  14. FTPIN  I:\FD\FILES-IN\FTP-IN  ;Inbound FTP Files go here.
  15.  
  16. ;-------------------- Outbound Feed Information ----------------------------
  17. ;
  18. ; Region 17 FTP Feed
  19. Begin
  20.   FTPFEED 1:138/146.0  USE_AKA 1:357/1.0 ;Where do you get your FTPMail from.
  21.                                          ;USE What AKA to send as? (Optional)
  22.                                          ;If USE_AKA is not specified, the
  23.                                          ;address defined for the ADDRESS
  24.                                          ;key word is used.
  25.                                          ;-----------------------------------
  26. ;
  27.   PASSWORD RGN17FD                       ; For security, what PKT password?
  28.                                          ; (First 8 Characters are used)
  29. ;
  30.   FTPOUT I:\FD\FTP-OUT\RGN17             ;Outbound FTP Files go here.
  31. ;
  32. ; IGNORE_DIR                             ; Don't send DIR Messages!
  33. ;
  34. ; SEND_CRASH                             ; Send Messages marked CRASH
  35. ;
  36. ; SEND_IMM                               ; Send Messages marked IMMediate
  37. ;
  38. ; Remember! This is an ALPHA!
  39. ;
  40. ROUTE-FOR 1:105/ALL 138/ALL 352/ALL 353/ALL 355/ALL 356/ALL
  41. ;
  42. ; Note: ROUTE-FOR means, ROUTE FOR these addresses... We already know who
  43. ;       to ROUTE-TO (FD KeyWord), since we defined the FTPFEED in this Block.
  44. End
  45. ;
  46. ; Southern Star Link (BackBone and FileBone)
  47. Begin
  48.   FTPFEED 1:396/1.0 USE_AKA 1:357/1.0    ;Where do you get your FTPMail from.
  49.                                          ;USE what AKA to send as? (Optional)
  50.                                          ;If USE_AKA is not specified, the
  51.                                          ;address defined for the ADDRESS
  52.                                          ;key word is used.
  53.                                          ;-----------------------------------
  54. ;
  55.   PASSWORD SSTRBONE                      ; For security, what PKT password?
  56.                                          ; (First 8 Characters are used)
  57. ;
  58.   FTPOUT I:\FD\FTP-OUT\SSTRBONE          ;Outbound FTP Files go here.
  59. ;
  60. ; IGNORE_DIR                             ; Don't send DIR Messages!
  61. ;
  62. ; SEND_CRASH                             ; Send Messages marked CRASH
  63. ;
  64. ; SEND_IMM                               ; Send Messages marked IMMediate
  65. ;
  66. ; Remember! This is an ALPHA!
  67. ;
  68.   ROUTE-FOR ALL
  69.     EXCEPT MYNET 1:105/ALL 138/ALL 352/ALL 353/ALL 355/ALL 356/ALL 8:ALL
  70. ;
  71. ; Note: ROUTE-FOR means, ROUTE FOR these addresses... We already know who
  72. ;       to ROUTE-TO (FD KeyWord), since we defined the FTPFEED in this Block.
  73. End
  74. ;
  75. ;------------------------------ Go GIGO Go! ---------------------------------
  76. ; It's even useful for GIGO!
  77. ;
  78. ;   1:357/100 is the address of my FidoNet Gateway, so if mail is destined
  79. ;   for that address, we'll packetize it up and shoot it over to the GIGO
  80. ;   packet directory where GIGO can process it!
  81. ;
  82. ;   Might also work with WaterGate, dunno....??? Ramon or John?
  83. ;
  84. Begin
  85.   FTPFEED 1:357/100.0 USE_AKA 1:357/1.0   ;What Address is your Gateway?
  86.                                           ;USE what AKA to send as? (Optional)
  87.                                           ;If USE_AKA is not specified, the
  88.                                           ;address defined for the ADDRESS
  89.                                           ;key word is used.
  90.                                           ;----------------------------------
  91.   FTPOUT I:\GIGO\PACKETS\                 ;Outbound Gateway Files go here.
  92. ;
  93. ; IGNORE_DIR                              ; Don't send DIR Messages!
  94. ;
  95.   SEND_CRASH                              ; Send Messages marked CRASH
  96. ;
  97.   SEND_IMM                                ; Send Messages marked IMMediate
  98. ;
  99. End
  100.